projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7051b69
)
Use <config.h>, not "config.h".
author
Richard M. Stallman
<rms@gnu.org>
Sun, 18 Feb 1996 05:22:20 +0000
(
05:22
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 18 Feb 1996 05:22:20 +0000
(
05:22
+0000)
src/unexelf.c
patch
|
blob
|
history
diff --git
a/src/unexelf.c
b/src/unexelf.c
index ffe159744a65dbd3dbad1f9a6235d9c539be2408..1743e524c468307130cb11f7df5d95028842535e 100644
(file)
--- a/
src/unexelf.c
+++ b/
src/unexelf.c
@@
-426,7
+426,7
@@
Filesz Memsz Flags Align
#ifndef emacs
#define fatal(a, b, c) fprintf (stderr, a, b, c), exit (1)
#else
-#include
"config.h"
+#include
<config.h>
extern void fatal (char *, ...);
#endif